home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / auto / RPC / XML / Function / match_signature.al < prev   
Encoding:
Text File  |  2008-11-04  |  908 b   |  28 lines

  1. # NOTE: Derived from blib/lib/RPC/XML/Function.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package RPC::XML::Function;
  5.  
  6. #line 286 "blib/lib/RPC/XML/Function.pm (autosplit into blib/lib/auto/RPC/XML/Function/match_signature.al)"
  7. ###############################################################################
  8. #
  9. #   Sub Name:       match_signature
  10. #
  11. #   Description:    Noop. Needed for RPC::XML::Server.
  12. #
  13. #   Arguments:      NAME      IN/OUT  TYPE      DESCRIPTION
  14. #                   $self     in      ref       Object of this class
  15. #                   $sig      in      scalar    Signature to check for
  16. #
  17. #   Returns:        Success:    return type as a string
  18. #                   Failure:    0
  19. #
  20. ###############################################################################
  21. sub match_signature
  22. {
  23.     'scalar';
  24. }
  25.  
  26. 1;
  27. # end of RPC::XML::Function::match_signature
  28.